GtkTreeViewColumn: fix x_offset returned by cell_get_position()
authorMichael Natterer <mitch@gimp.org>
Sun, 25 Sep 2011 15:43:45 +0000 (17:43 +0200)
committerMichael Natterer <mitch@gimp.org>
Sun, 25 Sep 2011 15:45:57 +0000 (17:45 +0200)
commitc7cf1f531d9bb23ac21421dd5eededb7b6b6268e
tree296000661b678ecce640479f044cb7b40d768f51
parent33f7754a713969e26d3cc15b3543c5c3b35851a2
GtkTreeViewColumn: fix x_offset returned by cell_get_position()

Fixes #640741 - gtk_tree_view_column_get_cell_position() seems to be broken

It is supposed to return the offset within the column, but returned
the offset within the tree, changed by allocation.x of the column's
button (which I don't really unserstand and was clearly not working).
gtk/gtktreeviewcolumn.c